home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / ATMOS / FOG / COMFOG.R < prev    next >
Encoding:
Text File  |  1997-07-11  |  908 b   |  55 lines

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: COMFog.r 1.2 1997/04/08 22:23:55 damien Exp $ */
  3.  
  4. #ifndef __TYPES.R__
  5. #include "Types.r"
  6. #endif
  7.  
  8. #ifndef __XAPI.R__
  9. #include "XApi.r"
  10. #endif
  11.  
  12. include "COMFOG.rsc";
  13.  
  14. resource 'COMP' (134) {
  15.     'atmo',
  16.     'COat',
  17.     "laminated fog",
  18.     "COM Examples",
  19.     0x30103,
  20.     "3.1.3",
  21.     "TOOLKIT Example",
  22.     9
  23. };
  24.  
  25. resource 'pMAP' (134) {
  26.     {    /* array TypeArray: 4 elements */
  27.         /* [1] */
  28.         'COLO',
  29.         'colo',
  30.         interpolate,
  31.         "Color",
  32.         /* [2] */
  33.         'ZMIN',
  34.         'qfix',
  35.         interpolate,
  36.         "Min Altitude",
  37.         /* [3] */
  38.         'ZMAX',
  39.         'qfix',
  40.         interpolate,
  41.         "Max Altitude",
  42.         /* [4] */
  43.         'VISI',
  44.         'qfix',
  45.         interpolate,
  46.         "Visibility",
  47.     }
  48. };
  49.  
  50. data 'GUID' (134) {
  51.     $"99FF 7660 3A02 101C 885F 0402 1C00 7002"            /* ôˇv`:...à_....p. */
  52.     $"6187 9E61 7EFA 101C 8BFC F629 D50D 262B"            /* aáûa~˙..㸈)’¬&+ */
  53. };
  54.  
  55.